Skip to content

Conversation

atakavci
Copy link
Contributor

@atakavci atakavci commented Oct 3, 2025

No description provided.

@atakavci atakavci requested review from uglide, ggivo and Copilot October 3, 2025 14:20
@atakavci atakavci self-assigned this Oct 3, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes misleading timing information in the Active-Active failover scenario test by ensuring that only commands executed on the failed cluster are counted as failover-related failures.

  • Adds a check to determine if a command is being executed on the originally active cluster
  • Modifies the failure counting logic to only increment when the command was attempted on the failed cluster

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

int maxTries = 500;
int retryingDelay = 5;
while (true) {
boolean attempToExecuteOnFailedCluster = false;
Copy link
Preview

Copilot AI Oct 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'attemp' to 'attempt'.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant